vulkan: fix a clip handling problem
authorMatthias Clasen <mclasen@redhat.com>
Fri, 22 Sep 2017 22:48:36 +0000 (18:48 -0400)
committerMatthias Clasen <mclasen@redhat.com>
Sat, 23 Sep 2017 02:16:10 +0000 (22:16 -0400)
commitb192120f39206a546de7190901e79a62133b56aa
treeb044ef3370277b7817aa3f92185f50cb03cf0c22
parenta75d995bd4f168733e30f5177b8fbf37e48d2813
vulkan: fix a clip handling problem

We were looking at uninitialized memory here, instead
of the type of the source clip, as we should.

This showed up as mispositioned clip in the first frame
of a crossfade stack transition, and also as overdraw in
sliding stack transitions.
gsk/gskvulkanclip.c